home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / vclactnband100.bpl / 0 / RCDATA / TCUSTOMIZEFRM / TCUSTOMIZEFRM.txt
Text File  |  2006-03-03  |  11KB  |  445 lines

  1. object CustomizeFrm: TCustomizeFrm
  2.   Left = 8
  3.   Top = 8
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Customize'
  7.   ClientHeight = 334
  8.   ClientWidth = 371
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 361
  11.   Constraints.MinWidth = 379
  12.   ParentFont = True
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   PopupMenu = CloseMenu
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   DesignSize = (
  21.     371
  22.     334)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object CloseBtn: TButton
  26.     Left = 288
  27.     Top = 304
  28.     Width = 75
  29.     Height = 25
  30.     Anchors = [akRight, akBottom]
  31.     Caption = 'Close'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.     OnClick = CloseBtnClick
  36.   end
  37.   object Tabs: TPageControl
  38.     Left = 6
  39.     Top = 7
  40.     Width = 358
  41.     Height = 291
  42.     ActivePage = OptionsTab
  43.     Anchors = [akLeft, akTop, akRight, akBottom]
  44.     MultiLine = True
  45.     TabOrder = 1
  46.     object ToolbarsTab: TTabSheet
  47.       Caption = 'Toolbars'
  48.       DesignSize = (
  49.         350
  50.         263)
  51.       object ToolbarsLbl: TLabel
  52.         Left = 4
  53.         Top = 1
  54.         Width = 45
  55.         Height = 13
  56.         HelpType = htKeyword
  57.         Caption = 'Toolb&ars:'
  58.         FocusControl = ActionBarList
  59.       end
  60.       object Label2: TLabel
  61.         Left = 76
  62.         Top = 1
  63.         Width = 138
  64.         Height = 13
  65.         HelpType = htKeyword
  66.         Caption = '(Checkmark toggles visibility)'
  67.       end
  68.       object ActionBarList: TCheckListBox
  69.         Left = 4
  70.         Top = 19
  71.         Width = 237
  72.         Height = 150
  73.         OnClickCheck = ActionBarListClickCheck
  74.         Anchors = [akLeft, akTop, akRight, akBottom]
  75.         ItemHeight = 13
  76.         TabOrder = 0
  77.         OnClick = ActionBarListClick
  78.       end
  79.       object ResetBtn: TButton
  80.         Left = 249
  81.         Top = 19
  82.         Width = 97
  83.         Height = 21
  84.         Action = ResetActn
  85.         Anchors = [akTop, akRight]
  86.         TabOrder = 2
  87.       end
  88.       object CaptionOptionsGrp: TGroupBox
  89.         Left = 4
  90.         Top = 174
  91.         Width = 239
  92.         Height = 82
  93.         Anchors = [akLeft, akRight, akBottom]
  94.         Caption = '&Toolbar Options'
  95.         TabOrder = 1
  96.         object Label4: TLabel
  97.           Left = 10
  98.           Top = 17
  99.           Width = 77
  100.           Height = 13
  101.           HelpType = htKeyword
  102.           Caption = '&Caption Options'
  103.         end
  104.         object ApplyToAllChk: TCheckBox
  105.           Left = 20
  106.           Top = 60
  107.           Width = 213
  108.           Height = 16
  109.           Action = ApplyToAllActn
  110.           TabOrder = 0
  111.         end
  112.         object CaptionOptionsCombo: TComboBox
  113.           Left = 8
  114.           Top = 34
  115.           Width = 145
  116.           Height = 21
  117.           Style = csDropDownList
  118.           ItemHeight = 13
  119.           TabOrder = 1
  120.           OnChange = CaptionOptionsComboChange
  121.           Items.Strings = (
  122.             'None'
  123.             'Selective'
  124.             'All')
  125.         end
  126.       end
  127.     end
  128.     object ActionsTab: TTabSheet
  129.       Caption = 'Actions'
  130.       ImageIndex = 1
  131.       DesignSize = (
  132.         350
  133.         263)
  134.       object InfoLbl: TLabel
  135.         Left = 7
  136.         Top = 226
  137.         Width = 339
  138.         Height = 38
  139.         HelpType = htKeyword
  140.         Anchors = [akLeft, akRight, akBottom]
  141.         AutoSize = False
  142.         Caption = 
  143.           'To add actions to your application simply drag and drop from eit' +
  144.           'her Categories or Actions onto an existing ActionBar.'
  145.         WordWrap = True
  146.       end
  147.       object ListPanel: TPanel
  148.         Left = 0
  149.         Top = 32
  150.         Width = 350
  151.         Height = 135
  152.         Align = alTop
  153.         Anchors = [akLeft, akTop, akRight, akBottom]
  154.         BevelOuter = bvNone
  155.         TabOrder = 1
  156.         DesignSize = (
  157.           350
  158.           135)
  159.         object ActionsCatLbl: TLabel
  160.           Left = 6
  161.           Top = 1
  162.           Width = 56
  163.           Height = 13
  164.           HelpType = htKeyword
  165.           Caption = 'Cate&gories:'
  166.           FocusControl = CatList
  167.         end
  168.         object ActionsActionsLbl: TLabel
  169.           Left = 131
  170.           Top = 1
  171.           Width = 39
  172.           Height = 13
  173.           HelpType = htKeyword
  174.           Caption = 'A&ctions:'
  175.           FocusControl = ActionsList
  176.         end
  177.         object CatList: TListBox
  178.           Left = 3
  179.           Top = 18
  180.           Width = 119
  181.           Height = 117
  182.           Anchors = [akLeft, akTop, akBottom]
  183.           DragMode = dmAutomatic
  184.           ItemHeight = 13
  185.           TabOrder = 0
  186.           OnClick = CatListClick
  187.           OnMeasureItem = ActionsListMeasureItem
  188.           OnStartDrag = CatListStartDrag
  189.         end
  190.         object ActionsList: TListBox
  191.           Left = 130
  192.           Top = 18
  193.           Width = 215
  194.           Height = 117
  195.           Style = lbOwnerDrawVariable
  196.           Anchors = [akLeft, akTop, akRight, akBottom]
  197.           Color = clBtnFace
  198.           DragMode = dmAutomatic
  199.           ItemHeight = 13
  200.           MultiSelect = True
  201.           TabOrder = 1
  202.           OnClick = ActionsListClick
  203.           OnData = ActionsListData
  204.           OnDrawItem = ActionsListDrawItem
  205.           OnMeasureItem = ActionsListMeasureItem
  206.           OnStartDrag = ActionsListStartDrag
  207.         end
  208.       end
  209.       object DescGroupBox: TGroupBox
  210.         Left = 4
  211.         Top = 171
  212.         Width = 343
  213.         Height = 48
  214.         Anchors = [akLeft, akRight, akBottom]
  215.         Caption = 'Description'
  216.         TabOrder = 2
  217.         DesignSize = (
  218.           343
  219.           48)
  220.         object HintLbl: TLabel
  221.           Left = 9
  222.           Top = 14
  223.           Width = 327
  224.           Height = 29
  225.           HelpType = htKeyword
  226.           Anchors = [akLeft, akRight, akBottom]
  227.           AutoSize = False
  228.           Caption = 'HintLbl'
  229.           WordWrap = True
  230.         end
  231.       end
  232.       object ComboPanel: TPanel
  233.         Left = 0
  234.         Top = 0
  235.         Width = 350
  236.         Height = 32
  237.         Align = alTop
  238.         BevelOuter = bvNone
  239.         TabOrder = 0
  240.         object ListCombo: TComboBox
  241.           Left = 3
  242.           Top = 4
  243.           Width = 170
  244.           Height = 21
  245.           Style = csDropDownList
  246.           ItemHeight = 13
  247.           TabOrder = 0
  248.           OnSelect = ListComboSelect
  249.         end
  250.       end
  251.     end
  252.     object OptionsTab: TTabSheet
  253.       Caption = 'Options'
  254.       ImageIndex = 2
  255.       DesignSize = (
  256.         350
  257.         263)
  258.       object PersonalizeLbl: TLabel
  259.         Left = 5
  260.         Top = 4
  261.         Width = 159
  262.         Height = 13
  263.         HelpType = htKeyword
  264.         Caption = 'Personalized Menus and Toolbars'
  265.       end
  266.       object OptionsBevel2: TBevel
  267.         Left = 171
  268.         Top = 10
  269.         Width = 158
  270.         Height = 2
  271.         HelpType = htKeyword
  272.         Anchors = [akLeft, akTop, akRight]
  273.         Shape = bsTopLine
  274.       end
  275.       object OptionsBevel1: TBevel
  276.         Left = 44
  277.         Top = 117
  278.         Width = 285
  279.         Height = 2
  280.         HelpType = htKeyword
  281.         Anchors = [akLeft, akTop, akRight]
  282.         Shape = bsTopLine
  283.       end
  284.       object OtherLbl: TLabel
  285.         Left = 11
  286.         Top = 111
  287.         Width = 28
  288.         Height = 13
  289.         HelpType = htKeyword
  290.         Caption = 'Other'
  291.       end
  292.       object Label1: TLabel
  293.         Left = 21
  294.         Top = 196
  295.         Width = 84
  296.         Height = 13
  297.         HelpType = htKeyword
  298.         Caption = '&Menu animations:'
  299.         FocusControl = MenuAnimationStyles
  300.       end
  301.       object RecentlyUsedChk: TCheckBox
  302.         Left = 21
  303.         Top = 33
  304.         Width = 242
  305.         Height = 17
  306.         Action = RecentlyUsedActn
  307.         Caption = 'Me&nu shows recently used items first'
  308.         TabOrder = 0
  309.       end
  310.       object ResetUsageBtn: TButton
  311.         Left = 24
  312.         Top = 67
  313.         Width = 122
  314.         Height = 21
  315.         Action = ResetUsageDataActn
  316.         TabOrder = 1
  317.       end
  318.       object LargeIconsChk: TCheckBox
  319.         Left = 21
  320.         Top = 131
  321.         Width = 97
  322.         Height = 17
  323.         Action = LargeIconsActn
  324.         TabOrder = 2
  325.       end
  326.       object ShowTipsChk: TCheckBox
  327.         Left = 21
  328.         Top = 150
  329.         Width = 138
  330.         Height = 17
  331.         Action = ShowHintsActn
  332.         TabOrder = 3
  333.       end
  334.       object ShortCutTipsChk: TCheckBox
  335.         Left = 45
  336.         Top = 169
  337.         Width = 164
  338.         Height = 17
  339.         Action = ShowShortCutsInTipsActn
  340.         TabOrder = 4
  341.       end
  342.       object MenuAnimationStyles: TComboBox
  343.         Left = 114
  344.         Top = 192
  345.         Width = 112
  346.         Height = 21
  347.         Style = csDropDownList
  348.         ItemHeight = 13
  349.         ItemIndex = 1
  350.         TabOrder = 5
  351.         Text = 'Default'
  352.         OnChange = MenuAnimationStylesChange
  353.         Items.Strings = (
  354.           '(None)'
  355.           'Default'
  356.           'UnFold'
  357.           'Slide'
  358.           'Fade')
  359.       end
  360.     end
  361.   end
  362.   object SeparatorBtn: TButton
  363.     Left = 7
  364.     Top = 304
  365.     Width = 147
  366.     Height = 25
  367.     Anchors = [akLeft, akBottom]
  368.     Caption = 'Drag to create Separators'
  369.     DragMode = dmAutomatic
  370.     TabOrder = 2
  371.     OnStartDrag = SeparatorBtnStartDrag
  372.   end
  373.   object CloseMenu: TPopupMenu
  374.     Left = 286
  375.     Top = 4
  376.     object CloseItem: TMenuItem
  377.       Caption = '&Close'
  378.       ShortCut = 27
  379.       Visible = False
  380.       OnClick = CloseBtnClick
  381.     end
  382.   end
  383.   object ActionImages: TImageList
  384.     Left = 314
  385.     Top = 4
  386.   end
  387.   object ActionList1: TActionList
  388.     Left = 258
  389.     Top = 4
  390.     object ResetActn: TAction
  391.       Category = 'Toolbars'
  392.       Caption = '&Reset...'
  393.       OnExecute = ResetActnExecute
  394.       OnUpdate = ResetActnUpdate
  395.     end
  396.     object CloseActn: TAction
  397.       Category = 'Dialog'
  398.       Caption = 'Close'
  399.     end
  400.     object ResetUsageDataActn: TAction
  401.       Category = 'Options'
  402.       Caption = '&Reset Usage Data'
  403.       OnExecute = ResetUsageDataActnExecute
  404.     end
  405.     object RecentlyUsedActn: TAction
  406.       Category = 'Options'
  407.       Caption = 'Me&nu show recently used items first'
  408.       OnExecute = RecentlyUsedActnExecute
  409.       OnUpdate = RecentlyUsedActnUpdate
  410.     end
  411.     object FullMenusActn: TAction
  412.       Category = 'Options'
  413.       AutoCheck = True
  414.       Caption = 'Show f&ull menus after a short delay'
  415.       Enabled = False
  416.     end
  417.     object ShowHintsActn: TAction
  418.       Category = 'Options'
  419.       AutoCheck = True
  420.       Caption = 'Show &tips on toolbars'
  421.       OnExecute = ShowHintsActnExecute
  422.       OnUpdate = ShowHintsActnUpdate
  423.     end
  424.     object ShowShortCutsInTipsActn: TAction
  425.       Category = 'Options'
  426.       AutoCheck = True
  427.       Caption = 'Show shortcut keys in tips'
  428.       OnExecute = ShowShortCutsInTipsActnExecute
  429.     end
  430.     object ApplyToAllActn: TAction
  431.       Category = 'Toolbars'
  432.       AutoCheck = True
  433.       Caption = 'Apply caption &options to all toolbars'
  434.       OnUpdate = ApplyToAllActnUpdate
  435.     end
  436.     object LargeIconsActn: TAction
  437.       Category = 'Options'
  438.       AutoCheck = True
  439.       Caption = '&Large icons'
  440.       OnExecute = LargeIconsActnExecute
  441.       OnUpdate = LargeIconsActnUpdate
  442.     end
  443.   end
  444. end
  445.